home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libg++ / etc / lf / ChangeLog next >
Text File  |  1994-10-18  |  2KB  |  60 lines

  1. Tue Oct 18 17:49:35 1994  Per Bothner  <bothner@kalessin.cygnus.com>
  2.  
  3.     * scrren.c:  Don't define termcap functions #ifdef __linux__.
  4.  
  5. Tue Oct  4 16:34:51 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  6.  
  7.     * screen.cc:  Remove use of tputs (portability problems).
  8.  
  9. Sun Feb  6 22:13:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
  10.  
  11.     * entry.cc (new): Don't define reallocish new.
  12.  
  13.     * entry.h (new): Define reallocish new.
  14.  
  15. Sun Apr 25 20:28:33 1993  Per Bothner  (bothner@cygnus.com)
  16.  
  17.     Changes (mostly from Peter Schauer) to permit compilation
  18.     using cfront 3.0 and otherwise be ARM-conforming.
  19.     * directory.cc (Directory_Handler::print):  Use integer as
  20.     loop variable, not enum.
  21.     * entry.cc (Entry_Handler::print_entries):
  22.     Don't depend on gcc-specific variable-sized auto arrays.
  23.     * entry.cc (Entry_Handler::add_entry):  Fix to use new-style
  24.     'new' placement syntax. 
  25.     * entry.cc (Entry_Handler::add_entry), sort.cc (insert_sort):
  26.     Don't use non-standard >?= operator.
  27.     * entry.h, entry.cc (Entry_Handler::default_entries):  Always
  28.     make static, independent of gcc-version.
  29.     * entry.cc (operator new):  Don't define if not gcc.
  30.  
  31. Nov 17 22:10:32 1992  Per Bothner  (bothner@rtl.cygnus.com)
  32.  
  33.     * screen.cc:  If hpux, don't declare termcap functions (i.e.
  34.     tgetent()) - conflicting definitions get pulled in by curses.h.
  35.  
  36. Thu Nov  5 21:40:50 1992  Per Bothner  (bothner@rtl.cygnus.com)
  37.  
  38.     * directory.[h,cc}:  Renmamed UNKNOWN enum -> UNKNOWN_FILE,
  39.     to avoid conflict with UNKNOWN in svr3 curses.h.
  40.  
  41. Sun Nov  1 16:02:13 1992  Per Bothner  (bothner@cygnus.com)
  42.  
  43.     * entry.h: Use "new" placement syntax (as in
  44.     'new (ARGS) TYPE'), unless _G_OLD_PLACEMENT.
  45.  
  46. Thu Aug  6 12:45:46 1992  Per Bothner  (bothner@rtl.cygnus.com)
  47.  
  48.     * directory.h (enum Directory_Handler::file_types),
  49.     directory.cc (Directory_Handler::class_name and
  50.     Directory_Handler constructor):  Added UNKNOWN file type.
  51.     * directory.cc (Directory_Handler constructor):  Make
  52.     more portable, including compatibility with Posix.
  53.  
  54. Fri Jun 26 11:41:54 1992  Per Bothner  (bothner@rtl.cygnus.com)
  55.  
  56.     * screen.h, screen.cc:  Change fputchar from static
  57.     method to normal function, since it is passed to tputs.
  58.     Remove duplicateted method definitions (that used to depend
  59.     on __OPTIMIZE__).  Add prototypes for termcap functions.
  60.